home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / updates / update16.zoo / libg++ / diffc
Encoding:
Text File  |  1992-03-06  |  3.6 KB  |  150 lines

  1. *** 1.2    1991/09/24 14:26:00
  2. --- Changelo    1992/03/06 19:09:32
  3. ***************
  4. *** 131,133 ****
  5. --- 131,138 ----
  6.       as well be in sync though.
  7.   
  8.   ---------------------------- Patchlevel 4 -----------------------------------
  9. + *.h:: ++jrb
  10. +     get rid of #pragma once from gcc-2.0
  11. + ---------------------------- Patchlevel 5 -----------------------------------
  12. *** 1.3    1991/07/10 16:10:03
  13. --- Makefile    1992/03/06 19:09:33
  14. ***************
  15. *** 8,16 ****
  16.   
  17.   AR    = $(CROSSBIN)/car
  18.   CC    = cgcc
  19. ! GXX    = cg++
  20.   CC020   = cgcc -m68020
  21. ! GXX020  = cg++ -m68020
  22.   CPP    = /lib/cpp
  23.   AS     = $(CC)
  24.   LIB     = $(CROSSLIB)
  25. --- 8,16 ----
  26.   
  27.   AR    = $(CROSSBIN)/car
  28.   CC    = cgcc
  29. ! GXX    = cgcc
  30.   CC020   = cgcc -m68020
  31. ! GXX020  = cgcc -m68020
  32.   CPP    = /lib/cpp
  33.   AS     = $(CC)
  34.   LIB     = $(CROSSLIB)
  35. *** 1.4    1991/09/24 14:26:00
  36. --- PatchLev.h    1992/03/06 19:09:33
  37. ***************
  38. *** 1,5 ****
  39.   
  40. ! #define    PatchLevel "4"
  41.   
  42.   /*
  43.    *    the Patch Level above is to identify the version
  44. --- 1,5 ----
  45.   
  46. ! #define    PatchLevel "5"
  47.   
  48.   /*
  49.    *    the Patch Level above is to identify the version
  50. *** 1.1    1991/07/10 16:10:03
  51. --- makefile.16    1992/03/06 19:09:39
  52. ***************
  53. *** 1,6 ****
  54.   # Makefile for the atariST g++  library (16 bit int default)
  55.   
  56. ! GXX= g++
  57.   CC= gcc
  58.   CPP= gcc-cpp
  59.   AR= gcc-ar
  60. --- 1,6 ----
  61.   # Makefile for the atariST g++  library (16 bit int default)
  62.   
  63. ! GXX= gcc
  64.   CC= gcc
  65.   CPP= gcc-cpp
  66.   AR= gcc-ar
  67. ***************
  68. *** 15,21 ****
  69.   COMMONDEFINES = -DNO_LIBGXX_MALLOC
  70.   
  71.   COPTS= $(COMMONOPT) $(COMMONFLAGS) $(COMMONDEFINES)  \
  72. !        -fcombine-regs -fstrength-reduce -DNDEBUG $(XFLAGS)
  73.   
  74.   GXXOPTS= $(COMMONOPT) $(COMMONFLAGS) $(COMMONDEFINES)  \
  75.          -felide-constructors -fsave-memoized $(XXFLAGS)
  76. --- 15,21 ----
  77.   COMMONDEFINES = -DNO_LIBGXX_MALLOC
  78.   
  79.   COPTS= $(COMMONOPT) $(COMMONFLAGS) $(COMMONDEFINES)  \
  80. !        -fstrength-reduce -DNDEBUG $(XFLAGS)
  81.   
  82.   GXXOPTS= $(COMMONOPT) $(COMMONFLAGS) $(COMMONDEFINES)  \
  83.          -felide-constructors -fsave-memoized $(XXFLAGS)
  84. *** 1.1    1991/07/10 16:10:03
  85. --- makefile.32    1992/03/06 19:09:39
  86. ***************
  87. *** 1,6 ****
  88.   # Makefile for the atariST g++  library (32 bit int default)
  89.   
  90. ! GXX= g++
  91.   CC= gcc
  92.   CPP= gcc-cpp
  93.   AR= gcc-ar
  94. --- 1,6 ----
  95.   # Makefile for the atariST g++  library (32 bit int default)
  96.   
  97. ! GXX= gcc
  98.   CC= gcc
  99.   CPP= gcc-cpp
  100.   AR= gcc-ar
  101. ***************
  102. *** 15,21 ****
  103.   COMMONDEFINES = -DNO_LIBGXX_MALLOC
  104.   
  105.   COPTS= $(COMMONOPT) $(COMMONFLAGS) $(COMMONDEFINES)  \
  106. !        -fcombine-regs -fstrength-reduce -DNDEBUG $(XFLAGS)
  107.   
  108.   GXXOPTS= $(COMMONOPT) $(COMMONFLAGS) $(COMMONDEFINES)  \
  109.          -felide-constructors -fsave-memoized $(XXFLAGS)
  110. --- 15,21 ----
  111.   COMMONDEFINES = -DNO_LIBGXX_MALLOC
  112.   
  113.   COPTS= $(COMMONOPT) $(COMMONFLAGS) $(COMMONDEFINES)  \
  114. !        -fstrength-reduce -DNDEBUG $(XFLAGS)
  115.   
  116.   GXXOPTS= $(COMMONOPT) $(COMMONFLAGS) $(COMMONDEFINES)  \
  117.          -felide-constructors -fsave-memoized $(XXFLAGS)
  118. *** 1.2    1991/09/24 14:26:00
  119. --- xgetopt.cc    1992/03/06 19:09:47
  120. ***************
  121. *** 19,24 ****
  122. --- 19,29 ----
  123.   #endif
  124.   #include <xgetopt.h> 
  125.   
  126. + char *GetOpt::nextchar = (char*)0;
  127. + int   GetOpt::last_nonopt = 0;
  128. + int   GetOpt::first_nonopt = 0;
  129. + GetOpt::Order GetOpt::ordering = REQUIRE_ORDER;
  130.   GetOpt::GetOpt (int argc, char **argv, char *optstring): opterr (1)
  131.   {
  132.     /* Initialize the internal data when the first call is made.
  133. *** 1.2    1991/09/24 14:26:00
  134. --- xrng.cc    1992/03/06 19:09:51
  135. ***************
  136. *** 32,37 ****
  137. --- 32,40 ----
  138.   
  139.   static char initialized = 0;
  140.   
  141. + PrivateRNGSingleType RNG::singleMantissa; // mantissa bit vector
  142. + PrivateRNGDoubleType RNG::doubleMantissa; // mantissa bit vector
  143.   RNG::RNG()
  144.   {
  145.     if (!initialized)
  146.